Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced MLKit with ZXing for QR code scanning #1630

Merged
merged 4 commits into from
Aug 21, 2024

Conversation

AL-Session
Copy link
Collaborator

First time contributor checklist

Contributor checklist

  • I have tested my contribution on these devices:
  • Pixel 8, Android API 34
  • My contribution is fully baked and ready to be merged as is
  • [ ] I ensure that all the open issues my contribution fixes are mentioned in the commit message of my first commit using the Fixes #1234 syntax

Description

Replaces MLKit with ZXing for all QR code scanning.

@@ -371,7 +370,8 @@ dependencies {
implementation "androidx.camera:camera-lifecycle:1.3.2"
implementation "androidx.camera:camera-view:1.3.2"

implementation "com.google.mlkit:barcode-scanning:17.2.0"
// Note: ZXing 3.5.3 is the latest stable release as of 2024/08/21
implementation "com.google.zxing:core:$zxingVersion"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are re-introducing this import. It's already there on line 278. If you want to use this updated one, replace the one from line 278

@AL-Session AL-Session merged commit ab2e374 into dev Aug 21, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants